From a75e9da63aff38f8f39016b40f5d29e47dac215a Mon Sep 17 00:00:00 2001 From: Stephen Becker IV Date: Mon, 30 Jan 2017 16:49:23 -0800 Subject: [PATCH] Update new command help doc Resolves #3473 Dearest reviewer, I hope that all is well in rustland. I was reviewing some open issues and saw this update to the help text for the new command. I have added the suggested help text from issue #3473. I formated to the message to match the publish bin's job flag. Thank you for your time, Becker --- src/bin/new.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/new.rs b/src/bin/new.rs index d0bd81039..df91c33b1 100644 --- a/src/bin/new.rs +++ b/src/bin/new.rs @@ -31,7 +31,7 @@ Options: control at all (none) overriding a global configuration. --bin Use a binary (application) template --lib Use a library template - --name NAME Set the resulting package name + --name NAME Set the resulting package name, defaults to the value of -v, --verbose ... Use verbose output (-vv very verbose/build.rs output) -q, --quiet No output printed to stdout --color WHEN Coloring: auto, always, never -- 2.30.2